body {
	font-family:"Saint-Andrews Queen";
	background-color:beige;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:right;
	height:100%;
	min-width:900px;
}

.photos {
	background-color:#F0DEC9;

}	

#container{
	margin-left:0;
	margin-right:auto;
	border:none;
		
}
#header {
	background-image:url("simonesalmonnostroke.png");
	background-repeat:no-repeat;
	opacity: .95;
	width:auto;
	height:110px;
	margin-bottom:10px;
	font-family:Saint-Andrews Queen;
	font-size:20px;
	line-height:35px;
	
}

#content {
	background-image:url("bgwhite.png");
	border:2px solid white;
	width:500px;
	height:auto;
	font-size:12px;
	margin-top:10px;
	float:left;
	padding:20px;


	
}

#gallery {
	position:absolute;
	width:500px;
	top:25px;
	left:20px;
	border:1px solid red;

}
.hoverbox
{
	cursor: default;
	list-style: none;
	
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

/*these values determine where your main image will show up*/
.hoverbox a:hover .preview
{
	display: block;
	position: fixed;
	top: 173px;
	left: 575px;
	z-index: 1;
}
/*everything about the thumbnail*/
.hoverbox img
{
	border:1px solid black;
	color: inherit;
	padding: 2 px;
	vertical-align: top;
	width: 75px;
	height: 75px;
}

.hoverbox li
{
	color: inherit;
	left:-10px;
	float:left;
	top:0px;
	position: relative;
}
/* dteremines your image size*/
.hoverbox .preview
{
	border: 1px solid black;
	width: auto;
	height:auto;
}


#footer{
		background-image:url("bgwhite.png");
		border:2px solid white;
		width:520px;
		height:20px;
		position:absolute;
		top:700px;
		padding:10px;
		text-align:center;
		font-size:10px;
	
}

#menu 
{
	background-image:url("bgwhite.png");
	border:2px solid white;
	width:500px;
	padding-right:20px;	
	padding-left:20px;	
}

ul#navlist
{
	list-style:none;
	text-align:left;
	width:500px;
}

li 
{
	padding:5px;
	text-align:center;
	line-height:30px;
	list-style-type:none;
	display:inline;
}

li a 
{
	text-decoration:none;
	color:#000;
	font-family:Georgia;
	font-size:15px;
	text-transform:uppercase;
}

a:link {color:#444444;}
a:visited {color: #555;}
a:hover {color: blue;}
a:active {color: #ff0000;}


